home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / K-L / LImacSTACK-8⁄89.cpt / LImacSTACK.8_89 / card_3016.txt < prev    next >
Text File  |  1989-08-04  |  964b  |  49 lines

  1. -- card: 3016 from stack: in.8_89
  2. -- bmap block id: 5244
  3. -- flags: 0000
  4. -- background id: 4490
  5. -- name: Schedule
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=446 top=31 right=51 bottom=472
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 4465 / 4465
  14. -- text alignment: 1
  15. -- font id: 3
  16. -- text size: 9
  17. -- style flags: 0
  18. -- line height: 12
  19. -- part name: Index
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   push cd
  23.   visual barn door close to black
  24.   visual barn door open
  25.   go cd "LImacSTACK index"
  26. end mouseUp
  27.  
  28.  
  29.  
  30. -- part 2 (button)
  31. -- low flags: 00
  32. -- high flags: 0000
  33. -- rect: left=472 top=24 right=59 bottom=496
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 6721 / 6721
  36. -- text alignment: 1
  37. -- font id: 0
  38. -- text size: 12
  39. -- style flags: 0
  40. -- line height: 16
  41. -- part name: Return
  42. ----- HyperTalk script -----
  43. on mouseUp
  44.   visual iris close to grey
  45.   visual iris open
  46.   pop cd
  47. end mouseUp
  48.  
  49.